Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/

down.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/down.png
258 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/index.html
527 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/index.js
295 Views
0 Comments
const grid=document.querySelector(".grid")
let squares=Array.from(document.querySelectorAll('.grid div'));
const score=document.
left-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/left-arrow.png
199 Views
0 Comments
Media file
pause.jpg /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/pause.jpg
192 Views
0 Comments
Media file
pause.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/pause.png
255 Views
0 Comments
Media file
play.jpg /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/play.jpg
177 Views
0 Comments
Media file
red-left-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/red-left-arrow.png
255 Views
0 Comments
Media file
red-right-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/red-right-arrow.png
231 Views
0 Comments
Media file
right-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/right-arrow.png
188 Views
0 Comments
Media file
rotate.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/rotate.png
247 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/style.css
255 Views
0 Comments
body{
background-color:black ;
color:white;
}
.top{
display: flex;
justify-content: space-between;
width:200